←Select platform

IccColorLookupTable8Bit Constructor(byte[],byte,byte[])

Summary
Initializes a new IccColorLookupTable8Bit with explicit parameters.
Syntax
C#
C++/CLI
Python
public: 
IccColorLookupTable8Bit(  
   array<byte>^ numberOfGridPoints, 
   byte precision, 
   array<byte>^ data 
) 
__init__(self,numberOfGridPoints,precision,data) # Overloaded constructor 

Parameters

numberOfGridPoints
Array that contains the number of grid points in each dimension.

precision
Precision of data elements, in bytes. Must be 01h.

data
Buffer of color lookup table data points. The size of each element is 1 byte.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.